/*body {*/
/*  background: #f7f8f9;*/
/*  width: 100%;*/
/*  height: 100%; }*/
/*html, body {height:100%;overflow:auto;margin: 0;}*/
/*html{overflow-y:scroll;}*/
.lister{
  background: #f7f8f9;
}
.currentlocation{
  height: 60px;
  line-height: 60px;
  padding-left: 36px;
  /*background: url(../img/currentlocation.png) no-repeat 0 center;*/
}

.currentlocation a {
  margin: 0 5px;
  pointer-events: none;
}

.currentlocation a:last-child{
  color: #1277e0;
  pointer-events: auto;
}
.currentlocation a:first-child{
  pointer-events: auto;
}



.lister {
  display: inline-block;
  width: 100%; }
.lister .leads{
  padding: 16px 0;
}
.lister .nav-pills > li.active > a, .list .nav-pills > li.active > a:focus, .list .nav-pills > li.active > a:hover {
  color: #1277e0;
  background: #e7f1fc url(../img/a.png) no-repeat 10px center; }
.lister .nav-pills > li > .lista{
  color: #333;
  height: 40px;
  line-height: 40px;
  padding: 0 34px;
}
.lister .nav-stacked > li + li {
  margin-top: 0; }
.lister .left-list {
  width: 220px;
  float: left;
  margin-right: 20px;
  background: #fff; }
.lister .left-list .left-title {
  color: #fff;
  font-size: 16px;
  width: 220px;
  height: 40px;
  line-height: 40px;
  background: #1277e0; }
/*.list .left-list .left-title:before {*/
/*  content: '';*/
/*  display: block;*/
/*  width: 4px;*/
/*  height: 16px;*/
/*  background-color: #ffff;*/
/*  float: left;*/
/*  margin-top: 12px;*/
/*  margin-right: 12px;*/
/*  margin-left: 20px; }*/
.lister .left-list .nav {
  height: 594px; }
.lister .list-content {
  /*float: left;*/
  background: #fff;
  width: 1190px;
  /*height: 633px;*/
  height: 652px;
   }
.lister .list_width{
  /*width: 645px!important;*/
}
.lister .list-content div ul {
  padding-top: 10px; }
.lister .list-content div ul li {
  padding-left: 18px; }

.lister .list-content div ul li span {
  color: #666;
  line-height: 40px;
  margin-right: 42px; }
.lister .list-content div ul li .title {
  color: #333;
  width: 372px;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
}
.lister .list-content div ul li .purchaseManner {
  width: 70px;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis; }
.lister .list-content div ul li .regionName {
  width: 44px;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis; }
.lister .list-content div ul li .time {
  width: 78px;
  float: right;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis; }
.lister .list-content div ul li .supplierName {
  width: 150px;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
  margin: 0; }

/*# sourceMappingURL=list.css.map */
/*公采云搜索结果页面*/
.show{
  width: 1200px;
  margin: 0 auto;
  background: #fff;
  margin-top: 18px;
  margin-bottom: 10px;
  min-height: 554px;
}

.show .search_result_box :before {
  content: '';
  display: block;
  width: 6px;
  height: 24px;
  background-color: #1277e0;
  float: left;
  margin-top: 12px;
  margin-right: 12px;
}
.show .search_result_box {
  height: 50px;
  background-color: white;
  border-bottom: 4px solid #f7f8f9;
}

.show .search_result_box .search_result{
  font-size: 22px;
  /* font-weight: bold; */
  float: left;
  line-height: 50px;
  color: #1277e0;
}

.show .search_display{
  margin: 0 auto;
  margin-top: 10px;
  padding-bottom: 10px;
  width: 100%;
  font-size: 15px;
  background-color: #fff;
  /*border: 2px solid #f2f1f1;*/
}
.show .search_display  .search_display_charatar .search_display_box:before {
  content: '';
  display: block;
  float: left;
  width: 0;
  height: 0;
  border-width: 6px;
  border-style: solid;
  border-color: transparent transparent transparent #1277e0;
  margin-top: 10px;
}
.show .search_display .search_display_charatar{
  height: 35px;
  line-height: 35px;

}
.show .search_display_charatar .search_display_box{
  width: 1076px;
  display: block;
  margin-left: 18px;
  margin-right: 18px;
}
.show .search_display_charatar .search_display_box .p_list_sj{
  display: block;
}
.show .search_display .search_display_charatar .search_display_box .search_display_charatar_a a{
  display: block;
  text-decoration:none;
  color: #000;
}
.show .search_display .search_display_charatar .search_display_box .search_display_charatar_a a:hover{
  cursor:pointer;
}
